Fill Styles
Labels
-
ASCII
-
FillStyle
-
Binary
-
fist (
=
0x66697374
)
Fill StyleS
Filled 0x00000000
Edges 0x00000001
Points 0x00000002
Constant descriptions
-
Filled
-
The renderer should draw shapes as solid filled objects.
-
Edges
-
The renderer should draw shapes as the sets of lines that define the edges of surfaces.
-
Points
-
The renderer should draw shapes as the sets of points that define the vertices of surfaces.
Data Format
FillStyleEnum fillStyle
-
fillStyle
-
The value of this field must be one of these constants:
Filled
,
Edges
,
Points
.
Description
A scene's fill style determines whether an object is drawn as a solid filled object or is decomposed into a set of edges or points.
Parent Hierarchy
Shared, shape, style.
Example
BeginGroup ( DisplayGroup ( ) )
FillStyle ( Edges )
Container (
Mesh ( ... )
VertexAttributeSetList ( ... )
)
Torus ( ... )
EndGroup( )
© 1997 Apple Computer, Inc.
Previous | QD3D Book | Overview | Chapter Contents | Next |